Welcome![Sign In][Sign Up]
Location:
Search - clock algorithm

Search list

[SCMLABORS_4

Description: Developed for use with MSP430x22x4 MCU (2274). Made with Code Composer Essentials v3.1. Code for educational use. Working with 7-segment LCD on educational board. MSP430FG464 MCU used.Shows how to define segments and put out information on display. It shows a clock algorithm. Timing is not calibrated (mins, sec).
Platform: | Size: 20480 | Author: ibanez2006 | Hits:

[Otherclock

Description: <模拟电子时钟的程序> 算法:将当前时间显示到屏幕,当时间发生变化时,清屏,显示新的时间(当有键盘操作时退出程序)。 (显示时间格式:小时:分钟:秒) -" Analog electronic clock program" algorithm: the current time displayed on the screen, when the time change, clear screen, display the new time (when there is the keyboard operation, exit procedures). (Show Time format: hours: minutes: seconds)
Platform: | Size: 1024 | Author: 海涛 | Hits:

[Data structsclock

Description: 1. 首先建立一个基本对话的exe工程,并命名为time; 2. 在BOOL CTimeDlg::OnInitDialog()函数内建立一个计时器,SetTimer(1,1000,NULL) 3. 再用classwizard建立消息响应函数void CTimeDlg::OnTimer(UINT nIDEvent),在里面输入代码如下:Invalidate() 4. 再用classwizard建立消息响应函数void CTimeDlg::OnDestroy(),在里面输入代码如下:KillTimer(1) 以此来消除计时器; 5. 在void CTimeDlg::OnPaint()里输入上面的算法; 6. 为CtimeDlg类添加头文件math.h,代码:#include "math.h"。 7. 编译、链接、运行。 -1. First, the establishment of a basic dialogue exe project, and named the time 2. In the BOOL CTimeDlg:: OnInitDialog () function is the establishment of a timer, SetTimer (1,1000, NULL) 3. Then the establishment of the message to respond to classwizard function void CTimeDlg:: OnTimer (UINT nIDEvent), enter the code inside is as follows: Invalidate () 4. then classwizard set-up message response function void CTimeDlg:: OnDestroy (), enter the code inside the following: KillTimer (1) to this to eliminate the timer 5. void CTimeDlg:: OnPaint () where importation of the above algorithm 6. CtimeDlg class to add header file for the math.h, the code:# include " math.h" . 7. Compile, link and run.
Platform: | Size: 1911808 | Author: tmacq3 | Hits:

[OS Developrrr

Description: 操作系统改进的clock算法,功能还行。有些许缺陷。容各位谅解。-Improved the operating system clock algorithm, features rows. Slightly defective. Yung you understand.
Platform: | Size: 1024 | Author: zz | Hits:

[Documentsos

Description: 操作系统的作业,实现进程的调度。以时钟算法实现-Of the operating system operations, realization of the process of scheduling. A clock algorithm
Platform: | Size: 1024 | Author: 佚名 | Hits:

[Othertimingrecoveryofdvb

Description: DVB系统中基于QAM调制的时钟恢复算法的研究与实现,是研究数字接收机很好的参考资料-DVB System Based on QAM modulation clock recovery algorithm research and implementation, is to study a good reference for digital receiver
Platform: | Size: 113664 | Author: 晏子 | Hits:

[matlabtiming_syn

Description: 用Gardner算法时钟同步的BPSK的源程序-Gardner algorithm for clock synchronization with the source code BPSK
Platform: | Size: 2048 | Author: 戴十三 | Hits:

[JSP/JavaOperatingSystemPageReplacementAlgorithm

Description: Java操作系统页面置换算法: (1)进先出的算法(FIFO) (2)最近最少使用的算法(LRU) (3)最佳淘汰算法(OPT) (4)最少访问页面算法(LFU) (注:由本人改成改进型Clock算法) (5)最近最不经常使用算法(NUR) -Java operating system, page replacement algorithm: (1) into the first out method (FIFO) (2) least recently used algorithm (LRU) (3) optimal replacement algorithm (OPT) (4) at least visit the page algorithm (LFU) ( Note: I changed improved by the Clock algorithm) (5) recently least frequently used algorithm (NUR)
Platform: | Size: 343040 | Author: 李锐歆 | Hits:

[matlabCh_RTT_TWT_UTD_HAICEHUI

Description: 功能:该程序用于仿真时间同步算法双向不等时间同步方法(TWT-UTD)与无时漂往返校时方法(RTT)。输入:节点间距离、钟漂,输出:两幅同步误差比对图。-Features: The program for the simulation time synchronization method of time synchronization algorithm for two-way ranging (TWT-UTD) and no drift from the time when the method of school (RTT). Input: the distance between nodes, clock drift, output: 2 synchronization errors of the map.
Platform: | Size: 1024 | Author: 许明 | Hits:

[matlabCh_RTT_TWT_UTD

Description: 功能:该程序用于仿真时间同步算法双向不等时间同步方法与无时漂往返校时方法(RTT)。输入:节点间距离、钟漂。输出:两幅同步误差比对图。-Features: The program for the simulation of two-way time synchronization algorithm for time synchronization methods ranging from no time when the drift from school method (RTT). Input: the distance between nodes, clock drift. Output: two synchronization errors of the map.
Platform: | Size: 1024 | Author: 许明 | Hits:

[JSP/Javacycle2final

Description: program for lamport logical clock,lamport vector clock,mekawa algorithm,suzuki kasami,
Platform: | Size: 6144 | Author: jayaraj | Hits:

[OS programyemianzhihuan

Description: 设计一个请求页式存储管理方案。并编写模拟程序实现之。产生一个需要访问的指令地址流。它是一系列需要访问的指令的虚拟地址。 页面淘汰算法采用时钟页面淘汰算法,并且在淘汰一页时,只将该页在页表中抹去。而不再判断它是否被改写过,也不将它写回到辅存。 -Design of a requested page storage management solutions. And to prepare implementation of the simulation program. Generate a need to access the instruction address stream. It is a series of instructions need to access a virtual address. Page-out algorithm uses the clock algorithm for page-out, and out of page, only the page in the page table will be erased. No longer determine whether it had been rewritten, not to write it back to secondary storage.
Platform: | Size: 649216 | Author: hch | Hits:

[Windows Developreplacement

Description: 页面更换实现简单常用的页面更换算法先来先服务(FIFO)、LRU(最久未使用页面更换)算法、时钟算法等-Page, the page replacement simple replacement algorithm used a first-come first-served (FIFO), LRU (most from lack of use page replacement) algorithm, the clock algorithm
Platform: | Size: 14336 | Author: | Hits:

[Software EngineeringA_method_based_on_Leo_satellite_communications_tim

Description: 摘 要:定时恢复是数字接收机中的关键技术,基于某特定LEO低轨卫星通信系统应用,重点研究了异步时钟采 样恢复法的工作原理,提出了一种改进的Gardner定时误差检测算法,给出了整个定时环路的具体实现方案,并针对其 性能进行了分析。仿真结果表明,在大多普勒加速度的卫星信道环境下,该方案能够满足系统设计的要求,且实现结 构简单、优化,可大幅降低算法复杂度,在较高信噪比的情况下,具有更加优化的性能。 -Abstract: The timing recovery is a key technology in the digital receiver, based on a particular application of LEO LEO satellite communication system, focus on the asynchronous sampling clock recovery method works, a modified Gardner timing error detection algorithm, given a concrete realization of the regular loop programs, and analyzed for its performance. Simulation results show that the acceleration of the satellite channels in large Doppler environment, the program can meet the requirements of system design and realization of simple structure, optimization, can significantly reduce the complexity of the algorithm, in the case of high SNR, with more optimized performance.
Platform: | Size: 407552 | Author: longx | Hits:

[SCMclock_algorithm

Description: 模拟时钟算法编写和调试存储管理的模拟程序以加深对存储管理方案的理解-Write and debug analog clock algorithm storage management simulation program to enhance the understanding of storage management solutions
Platform: | Size: 509952 | Author: luguifang | Hits:

[OtherClock

Description: clock(时钟页面管理)算法程序代码-clock (clock page administration) algorithm code .......
Platform: | Size: 2048 | Author: hehualong | Hits:

[assembly languagecompiled-graphical-clock

Description: 汇编语言编写的图形化时钟,采用了Bresenham算法画圆-Graphical assembly language clock, using the Bresenham circle algorithm
Platform: | Size: 9216 | Author: 李明 | Hits:

[OS DevelopLRU

Description: 编程实现LRU算法或CLOCK/改进算法等置换算法(二选一),模拟实现虚拟存储器的地址变换过程。-Programming LRU algorithm or CLOCK/improved algorithms replacement algorithm (alternative), analog virtual memory address translation process.
Platform: | Size: 141312 | Author: 李朗 | Hits:

[Windows DevelopClock

Description: 操作系统clock页面置换算法。。。自己写的-Operating system clock page replacement algorithm. . . Wrote it myself. .
Platform: | Size: 1034240 | Author: chezai | Hits:

[Mathimatics-Numerical algorithmsaccurate-time

Description: 一种精确时钟同步协议的最佳主时钟算法,实现网络的高度精确校时-An accurate clock synchronization protocol best master clock algorithm, to achieve highly accurate timing network
Platform: | Size: 396288 | Author: gohit | Hits:
« 1 2 34 5 6 7 8 9 10 »

CodeBus www.codebus.net